html,
body {
    background-image : url('/img/pattern.gif');
    background-repeat: repeat;
}

body a,
body a:visited {
    text-decoration: none;
    color          : #999933;
}

body a:hover {
    text-decoration: underline;
    color          : #333300;
}

.top-banner-container .top-banner {
    display         : block;
    background-color: #f44336;
    color           : #fff !important;
    text-align      : center;
    font-weight     : bold;
    font-size       : 24px;
}

.layout-container {
    border             : 10px solid #990033;
    border-radius      : 4px;
    background-image   : url('/img/leaves_neu.gif');
    background-repeat  : no-repeat;
    background-position: top right;
    background-color   : #fff;
}

.layout-container .menu {
    text-align: center;
}

.layout-container .menu ul {
    list-style    : none;
    display       : flex;
    flex-direction: row;
    padding       : 0;
    margin        : 12px 0 0 0;
    font-size     : 14px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .layout-container .menu ul {
        margin   : 0 17px 0 0;
        font-size: 1rem;
    }
}

.layout-container .menu ul li {
    flex-grow: 1;
}

.layout-container .menu ul li:first-child {
    margin-left: 0;
}

.layout-container .menu ul li:last-child {
    margin-right: 0;
}

.layout-container .opertating-hours {
    font-size: 12px;
}

.layout-container .order-online-button-container {
    line-height: 50px;
}

.layout-container .order-online-button-container a {
    padding         : 12px;
    background-color: rgba(205, 220, 57, .8);
    color           : #333300;
    border-radius   : 4px;
    border          : solid 1px #004D40;
    font-size       : 16px;
    font-weight     : bold;
}

.layout-container .soup-of-the-day {
    margin-bottom: 12px;
}

.layout-container .specials {
    /* margin: 12px 15px 0; */
}

.layout-container .soup-of-the-day,
.layout-container .specials {
    min-height      : 122px;
    border          : solid 1px #990033;
    background-color: rgba(241, 242, 239, 0.75);
    border-radius   : 4px;
    font-size       : 12px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .layout-container .soup-of-the-day {
        margin-right: 12px;
    }

    .layout-container .soup-of-the-day,
    .layout-container .specials {
        height: 100%;
    }
}

.layout-container .soup-of-the-day img,
.layout-container .specials img {
    opacity: 0.75;
}

.layout-container .site-content {
    padding         : 8px;
    border          : solid 1px #990033;
    background-color: rgba(241, 242, 239, 0.75);
    margin-bottom   : 12px;
    font-size       : 14px;
    border-radius   : 4px;
}

.layout-container .footer {
    font-size: 12px;
}

/* * {
    box-sizing: border-box;
    margin    : 0;
    padding   : 0;
} */
/*
html,body {
    background-image : url('/img/pattern.gif');
    background-repeat: repeat;
}

body {
    font-family        : Arial, Helvetica, sans-serif;
    line-height        : 1.4;
    background-image   : url('/img/leaves_neu.gif');
    background-repeat  : no-repeat;
    background-position: top right;
    background-color   : #fff;
    width              : 800px;
    margin             : 40px auto 20px auto;
    padding            : 12px;
    border             : 10px solid #990033;
    border-radius      : 8px;
}

body a,
body a:visited {
    font-weight    : bold;
    text-decoration: none;
    color          : #999933;
}

body a:hover {
    text-decoration: underline;
    color          : #333300;
}

body .site-header {
    display       : flex;
    flex-direction: row;
}

body .site-header img {
    margin       : 0 12px 12px 0;
    border-radius: 4px;
}

body .site-header .header-content {
    flex-grow     : 1;
    display       : flex;
    flex-direction: column;
    padding-bottom: 12px;
}

body .site-header .header-content .menu {
    text-align: center;
    font-size : 14px;
}

body .site-header .header-content .menu ul {
    list-style    : none;
    display       : flex;
    flex-direction: row;
    margin-right  : 32px;
}

body .site-header .header-content .menu ul li {
    flex-grow: 1;
}

body .site-header .header-content .menu ul li:first-child {
    margin-left: 0;
}

body .site-header .header-content .menu ul li:last-child {
    margin-right: 0;
}

body .site-header .header-content .opertating-hours {
    margin   : 8px 0;
    font-size: 12px;
}

body .site-header .header-content .daily {
    display       : flex;
    flex-grow     : 1;
    flex-direction: row;
    font-size     : 12px;
    text-align    : justify;
}

body .site-header .header-content .daily .soup-of-the-day,
body .site-header .header-content .daily .specials {
    flex-grow       : 1;
    margin          : 0 12px;
    padding         : 8px;
    border          : solid 1px #990033;
    background-color: rgba(241, 242, 239, 0.75);
    border-radius   : 4px;
}

body .site-header .header-content .daily .soup-of-the-day img,
body .site-header .header-content .daily .specials img {
    display: block;
    margin : 0 auto 8px auto;
    opacity: 0.75;
}

body .site-header .header-content .daily .soup-of-the-day {
    margin-left: 0;
}

body .site-header .header-content .daily .specials {
    margin-right: 0;
}

body .site-content {
    padding         : 8px;
    border          : solid 1px #990033;
    background-color: rgba(241, 242, 239, 0.75);
    margin-bottom   : 12px;
    font-size       : 14px;
    border-radius   : 4px;
}

body .site-content h1 {
    color: rgba(0, 0, 0, 0.5);
}

body .site-content .restaurant-menu .menu-item {
    margin: 0 0 20px 0;
}

body .site-content .restaurant-menu .menu-item .line_1 {
    font-weight   : bold;
    display       : flex;
    flex-direction: row;
}

body .site-content .restaurant-menu .menu-item .line_1 span {
    flex-grow: 1;
}

body .site-content .restaurant-menu .menu-item .line_1 .name {
    width: 50%;
}

body .site-content .restaurant-menu .menu-item .line_1 .price_1 .amount:before,
body .site-content .restaurant-menu .menu-item .line_1 .price_2 .amount:before {
    content: '$';
}

body .site-content .restaurant-menu-category {
    padding      : 8px;
    margin-bottom: 20px;
}

body .site-content .restaurant-menu-category .category-item .title {
    font-weight: bold;
    font-size  : 18px;
}

body .site-content .restaurant-menu-category .category-item .columns {
    display       : flex;
    flex-direction: row;
}

body .site-content .restaurant-menu-category .category-item .columns .menu-items {
    flex-grow   : 1;
    margin-right: 60px;
}

body .site-content .restaurant-menu-category .category-item .columns .menu-items .menu-item {
    display       : flex;
    flex-direction: row;
}

body .site-content .restaurant-menu-category .category-item .columns .menu-items .menu-item .name {
    flex-grow: 2;
}

body .site-content .restaurant-menu-category .category-item .columns .menu-items .menu-item .amount {
    flex-grow : 1;
    text-align: right;
}

body .site-content .restaurant-menu-category .category-item .columns .menu-items .menu-item .amount:before {
    content: '$';
}

body .site-footer {
    text-align: center;
    font-size : 12px;
}

body .site-footer p {
    line-height: 16px;
}

body .site-footer .side-by-side {
    display       : flex;
    flex-direction: row;
}

body .site-footer .side-by-side .left-section {
    width     : 50%;
    text-align: left;
}

body .site-footer .side-by-side .right-section {
    width     : 50%;
    text-align: right;
}

body .clear-both {
    clear: both;
}

body .center-div-60 {
    margin-left : auto;
    margin-right: auto;
    width       : 60%;
}

body .center-div-80 {
    margin-left : auto;
    margin-right: auto;
    width       : 80%;
}

body .text-center {
    text-align: center;
}

body .pull-left {
    float: left;
}

body .pull-right {
    float: right;
}

body .p-4 {
    padding: 4px;
}

body .p-8 {
    padding: 8px;
}

body .m-right-4 {
    margin-right: 4px;
}

body .m-right-8 {
    margin-right: 8px;
}

body .m-right-12 {
    margin-right: 12px;
}

body .m-left-4 {
    margin-left: 4px;
}

body .m-left-8 {
    margin-left: 8px;
}

body .m-left-12 {
    margin-left: 12px;
}

body .m-top-4 {
    margin-top: 4px;
}

body .m-top-8 {
    margin-top: 8px;
}

body .m-bottom-4 {
    margin-bottom: 4px;
}

body .m-bottom-8 {
    margin-bottom: 8px;
}
*/
